|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMapServerInit2
Provides access to additional members that support initializing a map server.
In order to use MapServer in COM you need to use IMapServerInit. Set a file path location of the target map document and a file path location for the output.
Method Summary | |
---|---|
String |
getPhysicalCacheDirectory()
The physical directory for cache files. |
String |
getSOMCacheDirectory()
The parent directory for cache files. |
String |
getSOMVirtualCacheDirectory()
The parent virtual directory for cache files. |
String |
getVirtualCacheDirectory()
The virtual directory for cache files. |
void |
setPhysicalCacheDirectory(String pCacheDir)
The physical directory for cache files. |
void |
setSOMCacheDirectory(String pCacheDir)
The parent directory for cache files. |
void |
setVirtualCacheDirectory(String pVirtualCacheDir)
The virtual directory for cache files. |
Methods inherited from interface com.esri.arcgis.carto.IMapServerInit |
---|
connect, getFilePath, getMaxBufferCount, getMaxImageHeight, getMaxImageWidth, getMaxRecordCount, getPhysicalOutputDirectory, getVirtualOutputDirectory, setMaxBufferCount, setMaxImageHeight, setMaxImageWidth, setMaxRecordCount, setPhysicalOutputDirectory, setVirtualOutputDirectory, startWithData, stop |
Method Detail |
---|
void setPhysicalCacheDirectory(String pCacheDir) throws IOException, AutomationException
pCacheDir
- The pCacheDir (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getPhysicalCacheDirectory() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setVirtualCacheDirectory(String pVirtualCacheDir) throws IOException, AutomationException
pVirtualCacheDir
- The pVirtualCacheDir (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getVirtualCacheDirectory() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSOMCacheDirectory(String pCacheDir) throws IOException, AutomationException
pCacheDir
- The pCacheDir (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getSOMCacheDirectory() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getSOMVirtualCacheDirectory() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |